Esx Hcl PCIDevice
The Esx Hcl PCIDevice schema contains properties describing information about a single PCI device on a host.
{
"pci_address": "string",
"vid": "string",
"did": "string",
"svid": "string",
"ssid": "string",
"vendor": "string",
"model_name": "string",
"class_code": "string",
"sub_class_code": "string",
"driver": {
"name": "string",
"version": "string",
"vendor": "string"
},
"firmware": {
"version": "string",
"vendor": "string"
},
"used_by_vsan": false
}
The device's address in a given ESXi host.
A unique number assigned to each computer hardware device that helps to identify the chipset manufacturer. For example, Dell, Broadcom, etc.
A unique number that identifies the specific device of the Vendor (VID).
A unique number that identifies the card manufacturer.
A unique number that identifies the specific device of Subsystem Vendor (SVID).
The name of the vendor.
The name of the device model.
Register that specifies the type of function the device performs.
Register that specifies the specific function the device performs.
Currently installed driver used by the device.
Currently installed firmware used by the device.
If missing or null
firmware is unknown.
Shows whether the device is part of VSAN cluster or not.